Click or drag to resize

Independentsoft.Webdav Namespace

 
Classes
  ClassDescription
Public classActiveLock
ActiveLock contains information about lock on a resource.
Public classContentRange
Represents content range.
Public classDavProperty
Contains properties from "DAV:" namespace.
Public classDepth
The depth header value indicates that the method applies to either: the collection (depth 0); the collection and its immediate contents (depth 1); or the collection, its contents and all subcollections (depth infinity).
Public classFileDownload
Public classFileUpload
Public classLink
Identifies the property as a link and contains the source and destination of that link.
Public classLockEntry
Defines the types of locks that can be used with the resource.
Public classLockType
Type of a lock.
Public classMultiStatus
A MultiStatus contains multiple Response instances resulting from the invocation of a method on a resource. There will generally be one Response for each resource effected by the method.
Public classProgressEventArgs
Holds event data for the DownloadProgress and UploadProgress events.
Public classProp
Contains properties related to a resource.
Public classProperty
This class models one property of a resource.
Public classPropertyCollection
Collection that contains Property objects.
Public classPropertyName
This class represents the universal name for a property.
Public classPropStat
This class models propstat xml element.
Public classCode exampleResource
The class Resource is an abstract representation for WebDAV resource.
Public classResourceInfo
Contains URL and properties of a Resource.
Public classResponse
A Response describes the effect of a method on a resource and/or its properties.
Public classCode exampleWebdavSession
This class is for the session management of Resource class.
Delegates
  DelegateDescription
Public delegateDownloadProgressEventHandler
Represents the method that will handle the DownloadProgress event.
Public delegateUploadProgressEventHandler
Represents the method that will handle the UploadProgress event.
Enumerations
  EnumerationDescription
Public enumerationLockScope
Specifies whether a lock is an exclusive lock, or a shared lock.